home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TTWEAKSDIALOG / TTWEAKSDIALOG.txt
Text File  |  2008-11-03  |  768b  |  41 lines

  1. inherited TweaksDialog: TTweaksDialog
  2.   Left = 273
  3.   Top = 188
  4.   Caption = 'Tweaks'
  5.   ClientHeight = 498
  6.   ClientWidth = 448
  7.   OnActivate = FormActivate
  8.   OnCreate = FormCreate
  9.   OnDestroy = FormDestroy
  10.   OnShow = FormShow
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object OkBtn: TUiButton
  14.     Left = 207
  15.     Top = 468
  16.     Caption = 'OK'
  17.     Default = True
  18.     ModalResult = 1
  19.     TabOrder = 0
  20.     OnClick = ApplyClick
  21.     AutoSize = asRight
  22.   end
  23.   object CancelBtn: TUiButton
  24.     Left = 287
  25.     Top = 468
  26.     Cancel = True
  27.     Caption = 'Cancel'
  28.     ModalResult = 1
  29.     TabOrder = 1
  30.     AutoSize = asRight
  31.   end
  32.   object ApplyBtn: TUiButton
  33.     Left = 367
  34.     Top = 468
  35.     Caption = '&Apply'
  36.     TabOrder = 2
  37.     OnClick = ApplyClick
  38.     AutoSize = asRight
  39.   end
  40. end
  41.